Click or drag to resize

BodyPart Constructor (Attachment)

Initializes a new instance of the BodyPart class.

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public BodyPart(
	Attachment attachment
)

Parameters

attachment
Type: Independentsoft.Email.MimeAttachment
The attachment.
See Also